home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DB.PAK / DB.RC2 < prev    next >
Text File  |  1997-05-06  |  2KB  |  73 lines

  1. //
  2. // DB.RC2 - resources App Studio does not edit directly
  3. //
  4.  
  5. // This is a part of the Microsoft Foundation Classes C++ library.
  6. // Copyright (C) 1992-1995 Microsoft Corporation
  7. // All rights reserved.
  8. //
  9. // This source code is only intended as a supplement to the
  10. // Microsoft Foundation Classes Reference and the
  11. // Books Online documentation provided with the library.
  12. // See these sources for detailed information regarding the
  13. // Microsoft Foundation Classes product.
  14.  
  15. #ifdef APSTUDIO_INVOKED
  16.     #error this file is not editable by App Studio
  17. #endif //APSTUDIO_INVOKED
  18.  
  19. /////////////////////////////////////////////////////////////////////////////
  20. // Version stamp for this DLL
  21.  
  22. #include "ver.h"
  23.  
  24. VS_VERSION_INFO     VERSIONINFO
  25.   FILEVERSION       1,0,0,1
  26.   PRODUCTVERSION    1,0,0,1
  27.   FILEFLAGSMASK     VS_FFI_FILEFLAGSMASK
  28. #ifdef _DEBUG
  29.   FILEFLAGS         VS_FF_DEBUG|VS_FF_PRIVATEBUILD|VS_FF_PRERELEASE
  30. #else
  31.   FILEFLAGS         0 // final version
  32. #endif
  33. #ifdef _WIN32
  34.   FILEOS            VOS_NT_WINDOWS32
  35. #else
  36.   FILEOS            VOS_DOS_WINDOWS16
  37. #endif
  38.   FILETYPE          VFT_DLL
  39.   FILESUBTYPE       0   // not used
  40. BEGIN
  41.     BLOCK "StringFileInfo"
  42.     BEGIN
  43.         BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
  44.         BEGIN 
  45.             VALUE "CompanyName",     "\0"
  46.             VALUE "FileDescription", "DB OLE Control DLL\0"
  47.             VALUE "FileVersion",     "1.0.001\0"
  48.             VALUE "InternalName",    "DB\0"
  49.             VALUE "LegalCopyright",  "\0"
  50.             VALUE "LegalTrademarks", "\0"
  51.             VALUE "OriginalFilename","DB.DLL\0"
  52.             VALUE "ProductName",     "DB\0"
  53.             VALUE "ProductVersion",  "1.0.001\0"
  54.             VALUE "OLESelfRegister", "\0"
  55.         END
  56.     END
  57.     BLOCK "VarFileInfo" 
  58.     BEGIN 
  59.         VALUE "Translation", 0x409, 1252
  60.             // English language (0x409) and the Windows ANSI codepage (1252)
  61.     END
  62. END
  63.  
  64. /////////////////////////////////////////////////////////////////////////////
  65. // Type library for controls in this DLL
  66.  
  67. 1 TYPELIB db.tlb
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70. // Add additional manually edited resources here...
  71.  
  72. /////////////////////////////////////////////////////////////////////////////
  73.